home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / filenote.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  1.6 KB  |  56 lines

  1. FILENOTE
  2.  
  3. Attaches a comment to a file.
  4.  
  5. Format
  6.  
  7. FILENOTE [FILE] <file | pattern> [COMMENT <comment>] [ALL] [QUIET]
  8.  
  9. Template
  10.  
  11. FILE/A,COMMENT,ALL/S,QUIET/S
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. FILENOTE attaches an optional comment of up to 79 characters to the specified
  18. file or to all files matching the given pattern.
  19.  
  20. If the <comment> includes spaces, it must be enclosed in double quotation
  21. marks. To include double quotation marks in a filenote, each literal
  22. quotation mark must be immediately preceded by an asterisk (*) and the entire
  23. comment must be enclosed in quotation marks, regardless of whether the
  24. commend contains any spaces.
  25.  
  26. If the <comment> argument is omitted, any existing filenote is deleted from
  27. the named file.
  28.  
  29. Creating a comment with FILENOTE is the same as entering a comment into the
  30. Comment gadget of an icon's Information window. Changes made with FILENOTE
  31. are reflected in the Information window, and vice versa.
  32.  
  33. Use the LIST command to view comments made with FILENOTE. If a file has
  34. comments, LIST displays them below the file name.
  35.  
  36. When a existing file is copied to (specified as the TO argument of a COPY
  37. command), it is overwritten, but its original comment is retained. Any
  38. comment attached to a FROM file is not copied unless the CLONE or COM option
  39. of COPY is specified.
  40.  
  41. If the ALL option is given, FILENOTE adds the <comment> to all the files and
  42. subdirectories matching the pattern entered. If the QUIET options is given,
  43. screen output is suppressed.
  44.  
  45. Example 1:
  46.  
  47. 1> FILENOTE Sonata "allegro non troppo"
  48.  
  49. attaches the filenote allegro non troppo to the Sonata file.
  50.  
  51. Example 2:
  52.  
  53. 1> FILENOTE Toccata "*"presto*""
  54.  
  55. attaches the filenote "presto" to the Toccata file.
  56.